@media screen and (max-width: 480px) {
	iframe {
		width: 100%;
	}
}
.bx_pagination_bottom {
	grid-column: 1 / -1;
}

@media (min-width: 1024px) {
  .calendar__item-full {
    width: 60%;
  }
}

.calendar__item-picture {
  flex-shrink: 0;
}

.calendar__item-picture img {
  width: 80px;
}